home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / Tutorial 4 / Case 1 / print.css < prev    next >
Cascading Style Sheet File  |  2011-03-21  |  783b  |  27 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Print Style Sheet
  7.    Author: Richard Thomson
  8.    Date:   21 march 2011
  9.  
  10.    Filename:         print.css
  11.    Supporting Files: 
  12.  
  13. */
  14. @page    {size: 8.5in 11in portrait}
  15. #head    {text-align: center}
  16. h1, h2, h3     {font-family: sans-serif}
  17.  
  18. #hole_list li    {display: none}
  19. #flags        {display: none}
  20. #hole_stats    {float: left; margin-right: 0.2in; padding: 0.1in; border-right: 0.1in double black;
  21.              border-bottom: double black 0.1in}
  22. #hole_stats h2    {font-size: 12pt}
  23. #hole_image    {position: absolute; top: 3in; left: 3in}
  24. #hole_image img    {width: 3.54in; height: 5in}
  25. #hole_description span    {display: block; font-size: 20pt; font: sans-serif}
  26. span:before    {content:"Hole "}
  27.